home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Medal Software 2
/
Gold Medal Software Volume 2 (Gold Medal) (1994).iso
/
comms
/
zoc101.arj
/
ZOC
/
SCRIPT
/
SAMPLES
/
6_RESPND
< prev
Wrap
Text File
|
1993-12-04
|
755b
|
31 lines
////////////////////////////////////////////////////////
// AUTORESPONSE
////////////////////////////////////////////////////////
// with the RESPOND function you may setup automatic
// responses for incoming data. These responses are
// checked within a DELAY or WAIT command.
// There is a limitation of 16 responses, each having
// 80 characters max.
// This is a example of how to login to a bbs and skip
// across the initial news (assumed that they have
// a "- press enter to continue -" prompt)
// Setup a few responses
respond "Name" "ZOC^M"
respond "Password" "SECRET^M"
respond " continue -" "^M"
// Dial in
dial 999-8888-7777
// wait and leave the work to the responses
timeout 3600
wait "NO CARRIER"